home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Utilitare / filzip / fz302.exe / {app} / Filzip.exe / 0 / RCDATA / TFRMFILEDROP / TFRMFILEDROP.txt
Encoding:
Text File  |  2004-07-08  |  4.3 KB  |  226 lines

  1. object frmFileDrop: TfrmFileDrop
  2.   Left = 1012
  3.   Top = 230
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmFileDrop'
  6.   ClientHeight = 471
  7.   ClientWidth = 347
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lFileInfo: TLabel
  23.     Left = 4
  24.     Top = 8
  25.     Width = 209
  26.     Height = 13
  27.     AutoSize = False
  28.     Caption = 'lFileInfo'
  29.   end
  30.   object gbArchive: TGroupBox
  31.     Left = 4
  32.     Top = 24
  33.     Width = 239
  34.     Height = 89
  35.     Caption = 'gbArchive'
  36.     TabOrder = 0
  37.     object btnNew: TButton
  38.       Left = 8
  39.       Top = 56
  40.       Width = 75
  41.       Height = 25
  42.       Caption = 'btnNew'
  43.       TabOrder = 1
  44.       OnClick = btnNewClick
  45.     end
  46.     object btnBrowse: TButton
  47.       Left = 88
  48.       Top = 56
  49.       Width = 75
  50.       Height = 25
  51.       Caption = 'btnBrowse'
  52.       TabOrder = 2
  53.       OnClick = btnBrowseClick
  54.     end
  55.     object oeFilename: TEdit
  56.       Left = 8
  57.       Top = 24
  58.       Width = 217
  59.       Height = 21
  60.       TabOrder = 0
  61.       OnKeyDown = FormKeyDown
  62.     end
  63.   end
  64.   object gbAction: TGroupBox
  65.     Left = 4
  66.     Top = 120
  67.     Width = 239
  68.     Height = 51
  69.     Caption = 'gbAction'
  70.     TabOrder = 5
  71.     object cbAction: TComboBox
  72.       Left = 8
  73.       Top = 18
  74.       Width = 217
  75.       Height = 21
  76.       Style = csDropDownList
  77.       ItemHeight = 13
  78.       TabOrder = 0
  79.       OnChange = cbActionChange
  80.       OnKeyDown = FormKeyDown
  81.     end
  82.   end
  83.   object gbCompression: TGroupBox
  84.     Left = 4
  85.     Top = 176
  86.     Width = 239
  87.     Height = 51
  88.     Caption = 'gbCompression'
  89.     TabOrder = 6
  90.     object cbCompLevel: TComboBox
  91.       Left = 8
  92.       Top = 18
  93.       Width = 217
  94.       Height = 21
  95.       Style = csDropDownList
  96.       ItemHeight = 13
  97.       TabOrder = 0
  98.       OnKeyDown = FormKeyDown
  99.     end
  100.   end
  101.   object gbSpan: TGroupBox
  102.     Left = 4
  103.     Top = 232
  104.     Width = 239
  105.     Height = 51
  106.     Caption = 'gbSpan'
  107.     TabOrder = 7
  108.     object cbSpan: TComboBox
  109.       Left = 8
  110.       Top = 18
  111.       Width = 217
  112.       Height = 21
  113.       Style = csDropDownList
  114.       ItemHeight = 13
  115.       TabOrder = 0
  116.       OnChange = cbSpanChange
  117.       OnKeyDown = FormKeyDown
  118.     end
  119.   end
  120.   object btnCancel: TButton
  121.     Left = 250
  122.     Top = 126
  123.     Width = 90
  124.     Height = 25
  125.     Cancel = True
  126.     Caption = 'btnCancel'
  127.     TabOrder = 1
  128.     OnClick = btnCancelClick
  129.   end
  130.   object btnPassword: TButton
  131.     Left = 250
  132.     Top = 222
  133.     Width = 90
  134.     Height = 27
  135.     Caption = 'btnPassword'
  136.     TabOrder = 2
  137.     OnClick = btnPasswordClick
  138.   end
  139.   object btnOk: TButton
  140.     Left = 250
  141.     Top = 8
  142.     Width = 90
  143.     Height = 25
  144.     Caption = 'btnOk'
  145.     Default = True
  146.     TabOrder = 3
  147.     OnClick = btnOkClick
  148.   end
  149.   object btnExclude: TButton
  150.     Left = 250
  151.     Top = 252
  152.     Width = 90
  153.     Height = 25
  154.     Caption = 'btnExclude'
  155.     TabOrder = 4
  156.     OnClick = btnExcludeClick
  157.   end
  158.   inline frAddOptions: TfrAddOptions
  159.     Left = 2
  160.     Top = 284
  161.     Width = 247
  162.     Height = 186
  163.     TabOrder = 8
  164.     inherited gbStandardOptions: TGroupBox
  165.       Width = 239
  166.       inherited cbFullPath: TCheckBox
  167.         Width = 220
  168.       end
  169.       inherited cbRelPath: TCheckBox
  170.         Width = 220
  171.       end
  172.       inherited cbRecDirs: TCheckBox
  173.         Width = 220
  174.       end
  175.       inherited cbHidden: TCheckBox
  176.         Width = 220
  177.       end
  178.     end
  179.     inherited gbSpecialOptions: TGroupBox
  180.       Width = 239
  181.       inherited cbFormat83: TCheckBox
  182.         Width = 220
  183.       end
  184.       inherited cbSeperateDirs: TCheckBox
  185.         Width = 220
  186.       end
  187.       inherited cbEmptyDirs: TCheckBox
  188.         Width = 220
  189.       end
  190.     end
  191.   end
  192.   object tbList: TButton
  193.     Left = 216
  194.     Top = 8
  195.     Width = 23
  196.     Height = 15
  197.     Caption = '...'
  198.     TabOrder = 9
  199.     Visible = False
  200.     OnClick = tbListClick
  201.   end
  202.   object btnEmail: TButton
  203.     Left = 250
  204.     Top = 40
  205.     Width = 90
  206.     Height = 25
  207.     Caption = 'btnEmail'
  208.     TabOrder = 10
  209.     OnClick = btnEmailClick
  210.   end
  211.   object btnEncrypt: TButton
  212.     Left = 249
  213.     Top = 72
  214.     Width = 90
  215.     Height = 25
  216.     Caption = 'btnEncrypt'
  217.     TabOrder = 11
  218.     Visible = False
  219.     OnClick = btnEncryptClick
  220.   end
  221.   object odDrop: TOpenDialog
  222.     Left = 256
  223.     Top = 80
  224.   end
  225. end
  226.